0.1 Introduction

An accurate home price prediction algorithm can reduce volatility in the housing market and take into account existing factors that may not be reflected in a home’s previous selling prices (e.g., new roof, new shopping center, etc.) However, predictive algorithms can also be exceedingly difficult to perfect. A falsely high average estimate in a neighborhood might lead home sellers to list their homes at too high an asking price and dragging out the process of selling their home, thereby introducing friction into the housing market. A falsely low estimate may depress the value of what is oftentimes a homeowner’s most valuable asset.

This project attempts to predict housing prices in metropolitan Miami by taking into consideration a home’s unique features (e.g., fence, patio) as well as considering local amenities like schools, parks, and access to major roads. To create our model, we converted our features of interest into variables that can be fed into an OLS regression model. Then we tested each for correlation with home sale prices and fine-tuned our model until we were able to minimize error.

One interesting finding from this process is which middle school a house exists

The first regression we combined our feature engineering variables to see which were statistically significant. The second regression includes all of the off-the-shelf features with our custom features. Model improves a lot by R2

0.2 Data

0.3 Method

#our best model was reg.cv2

0.4 Results

intercept RMSE Rsquared MAE RMSESD RsquaredSD MAESD
TRUE 130147.8 0.7933946 93060.55 354594.9 0.2778949 210570.7
intercept RMSE Rsquared MAE RMSESD RsquaredSD MAESD
TRUE 98912.42 0.709759 82492.1 52113.41 0.271611 39852.27